const github.com/klauspost/compress/flate.literalCount
14 uses
github.com/klauspost/compress/flate (current package)
huffman_bit_writer.go#L123: codegen [literalCount + offsetCodeCount + 1]uint8
huffman_bit_writer.go#L148: literalEncoding: newHuffmanEncoder(literalCount),
huffman_bit_writer.go#L149: tmpLitEncoding: newHuffmanEncoder(literalCount),
huffman_bit_writer.go#L172: a = t.extraHist[:literalCount-256]
huffman_bit_writer.go#L173: b = w.literalEncoding.codes[256:literalCount]
huffman_bit_writer.go#L394: for i, n := range w.literalFreq[257:literalCount] {
huffman_bit_writer.go#L771: for i, v := range w.literalFreq[:literalCount] {
huffman_bit_writer.go#L820: w.literalEncoding.generate(w.literalFreq[:literalCount], 15)
huffman_code.go#L15: literalCount = 286
huffman_code.go#L40: freqcache [literalCount + 1]literalNode
huffman_code.go#L91: h := newHuffmanEncoder(literalCount)
huffman_code.go#L94: for ch = 0; ch < literalCount; ch++ {
token.go#L166: for i, v := range t.extraHist[:literalCount-256] {
token.go#L240: for i, v := range t.extraHist[1 : literalCount-256] {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |